home *** CD-ROM | disk | FTP | other *** search
/ Level 1998 March / Level Turkiye Mart 1998.iso / Level / LEVEL95X.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1998-02-12  |  2.4 KB  |  121 lines

  1. object Form3: TForm3
  2.   Left = 200
  3.   Top = 168
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 199
  6.   ClientWidth = 323
  7.   Font.Charset = EASTEUROPE_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnShow = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 323
  23.     Height = 199
  24.     Align = alClient
  25.     Stretch = True
  26.   end
  27.   object DriveComboBox1: TDriveComboBox
  28.     Left = 24
  29.     Top = 160
  30.     Width = 177
  31.     Height = 20
  32.     Color = clWhite
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'Arial'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     TabOrder = 3
  40.     OnChange = DriveComboBox1Change
  41.   end
  42.   object DirectoryListBox1: TDirectoryListBox
  43.     Left = 24
  44.     Top = 56
  45.     Width = 177
  46.     Height = 97
  47.     Color = clWhite
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'Arial'
  52.     Font.Style = []
  53.     ItemHeight = 16
  54.     ParentFont = False
  55.     TabOrder = 2
  56.     OnChange = DirectoryListBox1Change
  57.   end
  58.   object OKButton: TButton
  59.     Left = 226
  60.     Top = 32
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&OK'
  64.     Default = True
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 0
  72.     OnClick = OKButtonClick
  73.   end
  74.   object CancelButton: TButton
  75.     Left = 226
  76.     Top = 64
  77.     Width = 75
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = '&Cancel'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'Arial'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     TabOrder = 4
  88.     OnClick = CancelButtonClick
  89.   end
  90.   object EditDir1: TEdit
  91.     Left = 26
  92.     Top = 24
  93.     Width = 175
  94.     Height = 22
  95.     Color = clWhite
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clBlack
  98.     Font.Height = -11
  99.     Font.Name = 'Arial'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     TabOrder = 1
  103.     Text = 'C:\'
  104.   end
  105.   object NewButton: TButton
  106.     Left = 226
  107.     Top = 96
  108.     Width = 75
  109.     Height = 25
  110.     Caption = 'NewButton'
  111.     Font.Charset = EASTEUROPE_CHARSET
  112.     Font.Color = clBlack
  113.     Font.Height = -11
  114.     Font.Name = 'Arial'
  115.     Font.Style = []
  116.     ParentFont = False
  117.     TabOrder = 5
  118.     Visible = False
  119.   end
  120. end
  121.